home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Utilitaires / LaserWriter 8.1.1 Software / Printer Descriptions / LaserWriter Personal NT < prev    next >
Encoding:
Text File  |  1993-10-13  |  13.0 KB  |  365 lines  |  [TEXT/????]

  1.  
  2. *PPD-Adobe: "4.0"
  3. *% Adobe Systems PostScript(R) Printer Description File
  4. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  5. *% All Rights Reserved. 
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *% End of Copyright statement
  10. *FormatVersion: "4.0"
  11. *FileVersion: "2.8"
  12. *PCFileName: "A_PNT518.PPD"
  13. *LanguageVersion: English
  14. *Product: "(LaserWriter Personal NT)"
  15. *PSVersion: "(51.8) 0"
  16. *ModelName: "Apple LaserWriter Personal NT"
  17. *NickName: "LaserWriter Personal NT v51.8"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "402366"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: False
  26. *Throughput: "4"
  27. *Password: "0"
  28. *ExitServer: "
  29.   count 0 eq {  % is the password on the stack?
  30.     true
  31.   }{
  32.     dup    % potential password
  33.     statusdict /checkpassword get exec not
  34.   } ifelse
  35.   {  %  if no password or not valid
  36.     (WARNING : Cannot perform the exitserver command.) =
  37.     (Password supplied is not valid.) =
  38.     (Please contact the author of this software.) = flush
  39.     quit
  40.   } if
  41.   serverdict /exitserver get exec
  42. "
  43. *End
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  83. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88.  
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }"
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter/US Letter: "statusdict begin lettertray end"
  99. *PageSize Legal/US Legal: "statusdict begin legaltray end"
  100. *PageSize A4: "statusdict begin a4tray end"
  101. *PageSize B5: "statusdict begin b5tray end"
  102. *PageSize LetterSmall/US Letter Small: "statusdict begin lettertray end lettersmall"
  103. *PageSize A4Small/A4 Small: "statusdict begin a4tray end a4small"
  104. *PageSize LegalSmall/US Legal Small: "legal"
  105. *PageSize C5/C5 Envelope Edge Fed: "statusdict begin lettertray end"
  106. *PageSize C6/C6 Envelope Edge Fed: "statusdict begin lettertray end"
  107. *PageSize DL/DL Envelope Edge Fed: "statusdict begin lettertray end"
  108. *PageSize Monarch/Monarch Envelope Edge Fed: "statusdict begin lettertray end"
  109. *PageSize Com10/Com10 Envelope Edge Fed: "statusdict begin lettertray end"
  110. *?PageSize: "
  111. save
  112. 7 dict
  113.   dup /getregion {newpath clippath pathbbox pop pop pop ceiling cvi} put
  114.   dup /llxltrsml 31 put
  115.   dup /llxa4sml 27 put
  116.   dup /lettertray {getregion llxltrsml eq {(LetterSmall)}{(Letter)}ifelse} put
  117.   dup /a4tray { getregion llxa4sml eq {(A4Small)}{(A4)}ifelse } put
  118.   dup /legaltray (Legal) put
  119.   dup /b5tray (B5) put
  120.   statusdict begin papersize end
  121.   3 1 roll  {get} stopped {(Unknown)}if
  122.   exch  not { print (.Transverse) }if
  123.   = flush
  124. restore
  125. "
  126. *End
  127. *CloseUI: *PageSize
  128.  
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 40 AnySetup *PageRegion
  132. *DefaultPageRegion: Letter
  133. *PageRegion Letter/US Letter: "letter"
  134. *PageRegion Legal/US Legal: "legal"
  135. *PageRegion A4: "a4"
  136. *PageRegion B5: "b5"
  137. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  138. *PageRegion A4Small/A4 Small: "a4small"
  139. *PageRegion LegalSmall/US Legal Small: "legal"
  140. *PageRegion C5/C5 Envelope Edge Fed: "letter"
  141. *PageRegion C6/C6 Envelope Edge Fed: "letter"
  142. *PageRegion DL/DL Envelope Edge Fed: "letter"
  143. *PageRegion Monarch/Monarch Envelope Edge Fed: "letter"
  144. *PageRegion Com10/Com10 Envelope Edge Fed: "letter"
  145. *CloseUI: *PageRegion
  146.  
  147. *% The following entries provide information about specific paper keywords.
  148. *DefaultImageableArea: Letter
  149. *ImageableArea Letter/US Letter: "15 6 597 773 "
  150. *ImageableArea Legal/US Legal: "15 6 597 989 "
  151. *ImageableArea A4/A4: "13 4 577 825 "
  152. *ImageableArea B5/B5: "17 6 495 711 "
  153. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  154. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  155. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  156. *ImageableArea C5/C5 Envelope Edge Fed: "17 167 425 767 "
  157. *ImageableArea C6/C6 Envelope Edge Fed: "17 344 315 767" 
  158. *ImageableArea DL/DL Envelope Edge Fed: "17 192 302 767"
  159. *ImageableArea Monarch/Monarch Envelope Edge Fed: "17 263 272 767 "
  160. *ImageableArea Com10/Com10 Envelope Edge Fed: "17 119 290 767 "
  161. *?ImageableArea: "
  162. save
  163.   /cvp {(                ) cvs print ( ) print } bind def
  164.   /upperright {10000 mul floor 10000 div} bind def
  165.   /lowerleft {10000 mul ceiling 10000 div} bind def
  166.   newpath clippath pathbbox
  167.   4 -2 roll exch 2 {lowerleft cvp} repeat
  168.   exch 2 {upperright cvp} repeat flush
  169.  restore
  170. "
  171. *End
  172.  
  173. *% These provide the physical dimensions of the paper (by keyword)
  174. *DefaultPaperDimension: Letter
  175. *PaperDimension Letter/US Letter: "612 792"
  176. *PaperDimension Legal/US Legal: "612 1008"
  177. *PaperDimension A4: "595 842"
  178. *PaperDimension B5: "516 729"
  179. *PaperDimension LetterSmall/US Letter Small: "612 792"
  180. *PaperDimension A4Small/A4 Small: "595 842"
  181. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  182. *PaperDimension C5/C5 Envelope Edge Fed: "609 792"
  183. *PaperDimension C6/C6 Envelope Edge Fed: "607 792"
  184. *PaperDimension DL/DL Envelope Edge Fed: "608 792"
  185. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  186. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  187.  
  188. *RequiresPageRegion All: True
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: Lower
  192. *InputSlot Lower/Multipurpose Tray: "1 statusdict begin setpapertray end"
  193. *InputSlot Upper/Paper Cassette: "0 statusdict begin setpapertray end"
  194. *?InputSlot: "
  195. save
  196.    [ (Upper) (Lower) ] statusdict begin papertray end
  197.    {get exec} stopped { pop pop (Unknown)} if = flush
  198. restore
  199. "
  200. *End
  201. *CloseUI: *InputSlot
  202.  
  203. *OpenUI *ManualFeed/Manual Feed: Boolean
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict /manualfeed true put"
  207. *ManualFeed False: "statusdict /manualfeed false put"
  208. *?ManualFeed: "
  209. save
  210.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  211. restore
  212. "
  213. *End
  214. *CloseUI: *ManualFeed
  215.  
  216. *DefaultOutputOrder: Normal
  217.  
  218. *% Font Information =====================
  219. *DefaultFont: Courier
  220. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  221. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  222. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  223. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  224. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  225. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  226. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  227. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  228. *Font Courier: Standard "(002.002)" Standard ROM
  229. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  230. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  231. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  232. *Font Emulatorfont: Special "(001.000)" Special ROM
  233. *Font Emulatorfont-Bold: Special "(001.000)" Special ROM
  234. *Font Helvetica: Standard "(001.002)" Standard ROM
  235. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  236. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  237. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  238. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  239. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  240. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  241. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  242. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  243. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  244. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  245. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  246. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  247. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  248. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  249. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  250. *Font Symbol: Special "(001.003)" Special ROM
  251. *Font Times-Bold: Standard "(001.002)" Standard ROM
  252. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  253. *Font Times-Italic: Standard "(001.002)" Standard ROM
  254. *Font Times-Roman: Standard "(001.002)" Standard ROM
  255. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  256. *Font ZapfDingbats: Special "(001.002)" Special ROM
  257. *?FontQuery: "
  258. save
  259.  /str 100 string dup 0 (fonts/) putinterval def
  260.  {
  261.    count 1 gt
  262.    {
  263.      exch dup str 6 94 getinterval cvs
  264.      (/) print print (:) print
  265.      FontDirectory exch known
  266.      {(Yes)}{(No)} ifelse =
  267.    }
  268.    {exit} ifelse
  269.  }bind loop
  270.  (*) = flush
  271. restore
  272. "
  273. *End
  274.  
  275. *?FontList: "
  276. save
  277.   FontDirectory { pop == } bind forall flush
  278.   (*) = flush
  279. restore
  280. "
  281. *End
  282.  
  283. *% Printer Messages (verbatim from printer):
  284. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  285. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  286. *Message: "\FontName\ not found, using Courier"
  287.  
  288. *% Status (format: %%[ status: <one of these> ]%% )
  289. *Status: "idle"
  290. *Status: "busy"
  291. *Status: "waiting"
  292. *Status: "printing"
  293. *Status: "warming up"
  294. *Status: "PrinterError: warming up"
  295. *Status: "PrinterError: cover open"
  296. *Status: "PrinterError: service call"
  297. *Status: "PrinterError: paper jam"
  298. *Status: "PrinterError: lower tray: out of paper"
  299. *Status: "PrinterError: lower tray: no papertray"
  300. *Status: "PrinterError: upper tray: out of paper"
  301. *Status: "PrinterError: upper tray: manual feed timeout"
  302.  
  303. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  304. *Source: "serial9"
  305. *Source: "serial25"
  306. *Source: "AppleTalk"
  307.  
  308. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  309. *PrinterError: "warming up"
  310. *PrinterError: "cover open"
  311. *PrinterError: "service call"
  312. *PrinterError: "paper jam"
  313. *PrinterError: "lower tray: out of paper"
  314. *PrinterError: "lower tray: no papertray"
  315. *PrinterError: "upper tray: out of paper"
  316. *PrinterError: "upper tray: manual feed timeout"
  317.  
  318. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  319.  
  320. *% Color Separation Information =====================
  321.  
  322. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  323.  
  324. *InkName: ProcessBlack/Process Black
  325. *InkName: CustomColor/Custom Color
  326. *InkName: ProcessCyan/Process Cyan
  327. *InkName: ProcessMagenta/Process Magenta
  328. *InkName: ProcessYellow/Process Yellow
  329.  
  330. *% For 60 lpi / 300 dpi =====================================================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  333. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  334. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  335. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  336. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343.  
  344. *% For 53 lpi / 300 dpi =====================================================
  345.  
  346. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  347. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  348. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  349. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  350. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  351.  
  352. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  353. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  354. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  355. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  356. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  357.  
  358. *% For "LaserWriter-Personal II NT" version 51.8
  359. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  360. *% Converted to meet 4.0 specification
  361. *% Last Edit Date: May 21 1993
  362. *% The byte count of this file should be exactly 012605 or 012956
  363. *% depending on the filesystem it resides in.
  364. *% end of PPD file for LaserWriter-Personal II NT
  365.